body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #ffffff;
}

/* scroll wrapper se šipkami */
.product-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 450px) {
  .product-section {
    width: 80%;
    align-self: center;
  }
}

/*poradi ramecku*/
.product-scroll {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

/* rámeček */
.product-item {
  flex: 0 0 200px;
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
}

/*obrys rameku*/
.image-wrapper {
  width: 200px;
  height: 290px;
  border-radius: 12px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
}

.image-wrapper .info {
  padding: 6px;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
}

/*pozice obrazku*/
.image-wrapper .image {
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*popisek*/
.product-item .caption {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  border-radius: 15px;
}

/*pole detail*/
.product-item .button {
  height: 28px;
  min-width: 60px;
  background-color: #d14fc0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  font-size: 15px;
  font-weight: bolder;
  transition:
    background-color 0.3s,
    color 0.3s;
  border-radius: 15px;
}

/*pole novinka*/
.product-item .novinka {
  height: 32px;
  width: 70px;
  padding: 0 12px;
  background-color: #3c840f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 14px;
  font-weight: bolder;
  border-radius: 15px;
}

.product-item .tip {
  height: 28px;
  width: 50px;
  padding: 0 12px;
  background-color: #008392;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 14px;
  font-weight: bolder;
  border-radius: 15px;
}

.product-item .tip2 {
  height: 28px;
  width: 50px;
  padding: 0 12px;
  margin-top: 40px;
  background-color: #008392;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 14px;
  font-weight: bolder;
  border-radius: 15px;
}

/* cena */
.product-item .price {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #444;
  border-radius: 15px;
}

/* šipky */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;

  background: rgba(0, 0, 0, 0.4); /* tmavé pozadí */
  color: #fff; /* bílá šipka */

  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  z-index: 10;
}

.arrow-left {
  left: -20px;
}
.arrow-right {
  right: -20px;
}

/*rameck kaprarina*/
.prvnibox {
  height: 130px;
  width: 410px;
  background: #000000;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://www.skullfish.cz/user/documents/upload/Titulní strana soubory/1000019081.png");
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size:
    100% 100%,
    80%; /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;

  display: flex;
  flex-direction: column;
}

.druhybox {
  height: 130px;
  width: 410px;
  background: #000000;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://www.skullfish.cz/user/documents/upload/Titulní strana soubory/1000019078.png");
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size:
    100% 100%,
    80% auto; /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;

  display: flex;
  flex-direction: column;
}

.tertibox {
  height: 130px;
  width: 410px;
  background: #d14fc0;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://www.skullfish.cz/user/documents/upload/Titulní strana soubory/1000019077.png");
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size:
    100% 100%,
    80% auto; /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;

  display: flex;
  flex-direction: column;
}

.ctvrtybox {
  height: 130px;
  width: 410px;
  background: #d14fc0;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://www.skullfish.cz/user/documents/upload/mceclip0-2.png");
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size:
    100% 100%,
    50% auto; /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;

  display: flex;
  flex-direction: column;
}

.patybox {
  height: 130px;
  width: 410px;
  background: #d14fc0;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://www.skullfish.cz/user/documents/upload/Titulní strana soubory/IMG-20260227-WA0003 (1).jpg");
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size:
    100% 100%,
    50% auto; /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;

  display: flex;
  flex-direction: column;
}

.sestybox {
  height: 130px;
  width: 410px;
  background: #d14fc0;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://www.skullfish.cz/user/documents/upload/Titulní strana soubory/1000019079.png");
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size:
    100% 100%,
    80% auto; /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;

  display: flex;
  flex-direction: column;
}

.sedmybox {
  height: 130px;
  width: 410px;
  background: #d14fc0;
  border-radius: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://www.skullfish.cz/user/documents/upload/Titulní strana soubory/1000019075.png");
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size:
    100% 100%,
    80% auto; /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;

  display: flex;
  flex-direction: column;
}

.osmybox {
  height: 130px;
  width: 410px;
  background: #d14fc0;
  border-radius: 15px;
  margin-bottom: 20px;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;

  padding-left: 50px;

  transform: scale(1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;
}

.osmybox--bg {
  background-image:
    linear-gradient(to right, #000000 50%, transparent 70%, transparent 100%),
    url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQZM4kMMqeh5ymsjbZ6iwE9-GqsDCN0M0NWmw&s");

  background-position:
    left center,
    120px center;

  background-size: cover, 75%;
  background-repeat: no-repeat;
}

.sedmybox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.osmybox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.subcategories.with-image li a {
  border-radius: 15px;
}

.navigation-in.menu {
  border-radius: 15px;
}
.btn.btn-default.unveil-button {
  border-radius: 15px;
}
.btn.btn-primary {
  border-radius: 15px;
}
.btn.btn-cart.add-to-cart-button {
  border-radius: 15px;
}
.btn.btn-default {
  border-radius: 15px;
}

.query-input.form-control.search-input.js-search-input {
  border-radius: 15px;
}

@media (max-width: 450px) {
  .prvnibox,
  .druhybox,
  .tertibox,
  .ctvrtybox,
  .patybox,
  .sestybox,
  .sedmybox,
  .osmybox {
    height: 110px;
    width: 330px;
  }
}

.prvnibox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}
.druhybox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.tertibox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.ctvrtybox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}
.patybox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.sestybox:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.bu:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.containerb {
  justify-content: center;
  align-items: center;
  display: flex;
}

.textvpoli {
  color: #ffffff;
  margin: 0;
  margin-left: 13px;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}

.textvpoli2 {
  color: #ffffff;
  margin: 0;
  text-align: center;

  font-weight: bold;
  font-size: larger;
}

.textvpoli3 {
  color: #ffffff;
  margin: 0;
  text-align: center;
  margin-left: 13px;
  font-weight: bold;
  font-size: larger;
}

.radek {
  display: flex;
  flex-wrap: wrap; /* důležité – zalomí boxy, když se nevejdou */
  gap: 10px; /* mezery mezi boxy */
  justify-content: center;
}

a {
  text-decoration: none;
}

.logo {
  justify-content: center;
  top: 0px;
  left: 10px;
  width: 120px; /* velikost loga jako procento šířky boxu */
  height: auto; /* zachová poměr stran obrázku */
  max-width: 150px;
  margin-bottom: 6px;
}

.slider {
  position: relative;
  width: 90%; /* desktop šířka */
  max-width: 1000px; /* limit pro velké obrazovky */
  margin: 20px auto 40px;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;

  background: rgba(0, 0, 0, 0.4); /* tmavé pozadí */
  color: #fff; /* bílá šipka */

  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  text-decoration: none;
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.slider:hover .prev,
.slider:hover .next {
  opacity: 1; /* zobrazí se při hoveru */
}

.text {
  text-align: justify;
  hyphens: auto;
}

.imgs {
  height: 200px;
  width: auto;
  float: right;
  border-radius: 1%;
}

@media (max-width: 600px) {
  .prev,
  .next {
    font-size: 1rem;
  }
}

@media (max-width: 1000px) {
  .slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 10px;
  }
}

/* OPRAVA BÍLÉ MEZERY */
header,
#header,
.header-inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.header-bottom {
  border: none !important;
}

#skullfish-promo-banner {
  display: none;
}

@media only screen and (max-width: 767px) {
  #skullfish-promo-banner {
    display: block !important;
    background: transparent !important;
    position: absolute !important;
    top: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    white-space: nowrap !important;
    z-index: 9999 !important;
    text-align: center !important;
  }
  body.navigation-window-visible #skullfish-promo-banner,
  body.menu-opened #skullfish-promo-banner {
    display: none !important;
  }
  .promo-text-1 {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    line-height: 1;
  }
  .promo-text-2 {
    color: #ff4500 !important;
    font-size: 8px !important;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-top: 1px;
  }
}
